Use $(MAKE) instead of make to run sub-makefiles to correcly support -j flag.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 10 Jul 2006 13:58:42 +0000 (14:58 +0100)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Mon, 10 Jul 2006 13:58:42 +0000 (14:58 +0100)
Signed-off-by: Tristan Gingold <tristan.gingold@bull.net>
xen/Makefile

index cedd21396e91fde4387fd56777bba234ae95b99f..4279b0ef276c4d70419d97856d5690d95ae9f1cb 100644 (file)
@@ -16,7 +16,7 @@ dist: install
 
 .PHONY: build install clean distclean cscope TAGS tags
 build install debug clean distclean cscope TAGS tags::
-       make -f Rules.mk _$@
+       $(MAKE) -f Rules.mk _$@
 
 .PHONY: _build
 _build: $(TARGET).gz